Dynomite provides some functionalities through REST calls in the admin port $ curl http://localhost:22222/<arg>. The following arguments have been implemented:
infohelpping: performs a Redis inline ping to test Dynomite and storagedescribeloglevelup: increase the log level. More info in Debugginglogleveldown: decrease the log level. More info in Debugginghistoresetcluster_describeget_consistency: get the consistency level. More info in Consistencyset_consistency: set the consistency level. More info in Consistencyget_timeout_factorset_timeout_factor
State
One can change the operation status of Dynomite dynamically by performing $ curl http://localhost:22222/state/<arg> and one of the following arguments
standby: do not perform writes or readswrites_only: perform writes onlynormal: switch back to normal moderesuming